home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Src Code / DCLTEP4C.BPK < prev    next >
Encoding:
Text File  |  1998-10-24  |  4.8 KB  |  179 lines

  1. # ---------------------------------------------------------------------------
  2. !if !$d(BCB)
  3. BCB = $(MAKEDIR)\..
  4. !endif
  5.  
  6. # ---------------------------------------------------------------------------
  7. # IDE SECTION
  8. # ---------------------------------------------------------------------------
  9. # The following section of the project makefile is managed by the BCB IDE.
  10. # It is recommended to use the IDE to change any of the values in this
  11. # section.
  12. # ---------------------------------------------------------------------------
  13.  
  14. VERSION = BCB.03
  15. # ---------------------------------------------------------------------------
  16. PROJECT = DclTeP4C.bpl
  17. OBJFILES = ChartPro.obj TeeLoper.obj DclTeP4C.obj
  18. RESFILES = dcltep4C.res
  19. DEFFILE =
  20. RESDEPEN = $(RESFILES)
  21. LIBFILES =
  22. LIBRARIES =
  23. SPARELIBS = VCL35.lib teepro4C.lib dcltee4C.lib VCLDB35.lib TEE4C.lib TEEDB4C.lib TEEUI4C.lib
  24. EFFILE =
  25. PACKAGES = vcl35.bpi teepro4C.bpi dcltee4C.bpi vcldb35.bpi Tee4C.bpi TeeDB4C.bpi TeeUI4C.bpi
  26. # ---------------------------------------------------------------------------
  27. PATHCPP = .;
  28. PATHASM = .;
  29. PATHPAS = .;
  30. PATHRC = .;
  31. DEBUGLIBPATH = $(BCB)\lib\debug
  32. RELEASELIBPATH = $(BCB)\lib\release
  33. # ---------------------------------------------------------------------------
  34. CFLAG1 = -Od -Hc -w -Ve -r- -k -y -v -vi- -c -b- -w-par -w-inl -Vx -tW
  35. CFLAG2 = -D_RTLDLL;USEPACKAGES -I$(BCB)\include;$(BCB)\include\vcl -H=$(BCB)\lib\vcl35.csm
  36. CFLAG3 =
  37. PFLAGS = -U..\borland;$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) -D_RTLDLL;USEPACKAGES \
  38.   -I$(BCB)\include;$(BCB)\include\vcl -H -W -$Y -$W -$O- -v -JPHN -M
  39. RFLAGS = -D_RTLDLL;USEPACKAGES -i$(BCB)\include;$(BCB)\include\vcl
  40. AFLAGS = /i$(BCB)\include /i$(BCB)\include\vcl /d_RTLDLL /dUSEPACKAGES /mx /w2 /zi
  41. LFLAGS = -L..\borland;$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) \
  42.   -D"TeeChart Pro 4.0 Components" -aa -Tpp -Gpd -s -Gl -Gi -w -v
  43. IFLAGS = -Gn
  44. # ---------------------------------------------------------------------------
  45. ALLOBJ = c0pkg32.obj $(PACKAGES) sysinit.obj $(OBJFILES)
  46. ALLRES = $(RESFILES)
  47. ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mti.lib
  48. # ---------------------------------------------------------------------------
  49. !ifdef IDEOPTIONS
  50.  
  51. [Version Info]
  52. IncludeVerInfo=1
  53. AutoIncBuild=0
  54. MajorVer=4
  55. MinorVer=0
  56. Release=0
  57. Build=0
  58. Debug=0
  59. PreRelease=0
  60. Special=0
  61. Private=0
  62. DLL=1
  63. Locale=1033
  64. CodePage=1252
  65.  
  66. [Version Info Keys]
  67. CompanyName=teeMach, SL
  68. FileDescription=TeeChart 4.0
  69. FileVersion=4.0.0.0
  70. InternalName=DCLTEP4C
  71. LegalCopyright=⌐ 1996-98 by David Berneda
  72. LegalTrademarks=
  73. OriginalFilename=DCLTEP4C.BPL
  74. ProductName=TeeChart 4.0
  75. ProductVersion=4.0.0.0
  76. Comments=
  77.  
  78. [Excluded Packages]
  79.  
  80. [HistoryLists\hlIncludePath]
  81. Count=1
  82. Item0=$(BCB)\include;$(BCB)\include\vcl
  83.  
  84. [HistoryLists\hlLibraryPath]
  85. Count=1
  86. Item0=$(BCB)\lib\obj;$(BCB)\lib
  87.  
  88. [HistoryLists\hlDebugSourcePath]
  89. Count=1
  90. Item0=$(BCB)\source\vcl
  91.  
  92. [HistoryLists\hlConditionals]
  93. Count=1
  94. Item0=_RTLDLL;USEPACKAGES
  95.  
  96. [Debugging]
  97. DebugSourceDirs=$(BCB)\source\vcl
  98.  
  99. [Parameters]
  100. RunParams=
  101. HostApplication=
  102.  
  103. !endif
  104.  
  105. # ---------------------------------------------------------------------------
  106. # MAKE SECTION
  107. # ---------------------------------------------------------------------------
  108. # This section of the project file is not used by the BCB IDE.  It is for
  109. # the benefit of building from the command-line using the MAKE utility.
  110. # ---------------------------------------------------------------------------
  111.  
  112. .autodepend
  113. # ---------------------------------------------------------------------------
  114. !if !$d(BCC32)
  115. BCC32 = bcc32
  116. !endif
  117.  
  118. !if !$d(DCC32)
  119. DCC32 = dcc32
  120. !endif
  121.  
  122. !if !$d(TASM32)
  123. TASM32 = tasm32
  124. !endif
  125.  
  126. !if !$d(LINKER)
  127. LINKER = ilink32
  128. !endif
  129.  
  130. !if !$d(BRCC32)
  131. BRCC32 = brcc32
  132. !endif
  133. # ---------------------------------------------------------------------------
  134. !if $d(PATHCPP)
  135. .PATH.CPP = $(PATHCPP)
  136. .PATH.C   = $(PATHCPP)
  137. !endif
  138.  
  139. !if $d(PATHPAS)
  140. .PATH.PAS = $(PATHPAS)
  141. !endif
  142.  
  143. !if $d(PATHASM)
  144. .PATH.ASM = $(PATHASM)
  145. !endif
  146.  
  147. !if $d(PATHRC)
  148. .PATH.RC  = $(PATHRC)
  149. !endif
  150. # ---------------------------------------------------------------------------
  151. $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  152.     $(BCB)\BIN\$(LINKER) @&&!
  153.     $(LFLAGS) $(IFLAGS) +
  154.     $(ALLOBJ), +
  155.     $(PROJECT),, +
  156.     $(ALLLIB), +
  157.     $(DEFFILE), +
  158.     $(ALLRES)
  159. !
  160. # ---------------------------------------------------------------------------
  161. .pas.hpp:
  162.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  163.  
  164. .pas.obj:
  165.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  166.  
  167. .cpp.obj:
  168.     $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  169.  
  170. .c.obj:
  171.     $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  172.  
  173. .asm.obj:
  174.     $(BCB)\BIN\$(TASM32) $(AFLAGS) $<, $@
  175.  
  176. .rc.res:
  177.     $(BCB)\BIN\$(BRCC32) $(RFLAGS) -fo$@ $<
  178. # ---------------------------------------------------------------------------
  179.